home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 124 / lib / makefile < prev    next >
Encoding:
Makefile  |  1988-03-31  |  119 b   |  6 lines

  1. lib.a: lib.s fmtio.s str.s math.s
  2.   cat fmtio.s lib.s str.s math.s >lib.a
  3.  
  4. gem.a: gem.c
  5.   d:cc.ttp -o gem.a gem.c
  6.